home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-03-25 | 800 b | 27 lines |
- #
- # Makefile for GUISpell under SAS/C v5.10b
- # Last update: Loren J. Rittle Sun Nov 24 15:05:57 1991
- #
-
- CCFLAGS = -. -b1 -cafmqrsu -C -fid -j170i -mat -q1w1e -r1r -O -v -Hinclude:all.sym
-
- GUISpell: GUISpell.o MinRexx.o error.o libraries.o textclip.o
- BLINK TO GUISpell LIB lib:lcr.lib FROM lib:cres.o \
- GUISpell.o MinRexx.o error.o libraries.o textclip.o \
- BATCH SMALLDATA SMALLCODE NODEBUG
-
- GUISpell.o: GUISpell.c libraries.h error.h MinRexx.h textclip.h
- LC $(CCFLAGS) -oGUISpell.o GUISpell.c
-
- MinRexx.o: MinRexx.c MinRexx.h libraries.h
- LC $(CCFLAGS) -oMinRexx.o MinRexx.c
-
- error.o: error.c error.h
- LC $(CCFLAGS) -oerror.o error.c
-
- libraries.o: libraries.c libraries.h error.h
- LC $(CCFLAGS) -olibraries.o libraries.c
-
- textclip.o: textclip.c libraries.h
- LC $(CCFLAGS) -otextclip.o textclip.c
-